home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000280_news@columbia.edu _Fri Jun 21 17:15:58 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar-ether.cc.columbia.edu [128.59.40.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA29733 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Jun 1996 17:15:56 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id RAA09429 for kermit.misc@watsun; Fri, 21 Jun 1996 17:15:55 -0400 (EDT)
  4. Path: news.columbia.edu!panix!imci5!imci4!newsfeed.internetmci.com!news.kei.com!nntp.coast.net!swidir.switch.ch!serra.unipi.it!mikasa.iol.it!news
  5. From: "SAM, Chi-Kin" <cksam@macau.ctm.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Zmodem and Kermit.
  8. Date: Sat, 22 Jun 1996 03:51:28 +0800
  9. Organization: Tecnologia Electronica Hermes
  10. Lines: 42
  11. Message-ID: <31CAFD40.30ED@macau.ctm.net>
  12. References: <31C86923.4868@genmagic.com>
  13. NNTP-Posting-Host: 202.174.0.107
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. X-Mailer: Mozilla 2.02 (Win16; I)
  18. To: mills@genmagic.com
  19. CC: cksam@macau.ctm.net
  20.  
  21. William Mills wrote:
  22. > It used to be possible when rz was a friendlier package to
  23. > to r[xyz] from inside kermit.  I can not make that work
  24. > right at this point.
  25. > My problem:  I need to dial a remote system (BBS) that only
  26. > supports file transfer in xyz-modem.  This is from an
  27. > HP9000-7xx series machine running HPUX 9.x.
  28. > Suggestions?  Pointers?
  29. > I have also tried using cu instead of kermit to see if it is
  30. > a problem with the way that I was invoking rz, no luck.
  31. > e-mail or net is fine.
  32. > Thanks,
  33. > -bill
  34.  
  35. The SZRZ can be called within C-kermit in Sun OS, in fact I have the following line in 
  36. my .kermrc:
  37.  
  38. define autosz1 apc rz1, !sz -L1024 -b \%1 \%2 \%3 \%4
  39.  
  40. In fact, this macro also initial the auto receive of z-modem transfer by my MS-kermit, 
  41. so if you would want to go so complicated, you can initial sz tranfer, after enter 
  42. C-kermit by:
  43.  
  44. !sz <filename>
  45.  
  46. Note: above method need the exist of the sz/rz program.
  47.  
  48.  
  49. Cheers,
  50.    --SAM
  51. -- 
  52. ====================================================================
  53. SAM, Chi-Kin (Mr.) at Hermes Electronics Technology Co. in MACAU
  54. Tel: +(853) 963609   Fax: +(853) 511456  PGP key available via email
  55. e-mail: cksam@macau.ctm.net  AT&Tmail: !hermestech
  56. ====================================================================